home *** CD-ROM | disk | FTP | other *** search
/ ftp2.jacobs.com / 2015.02.ftp2.jacobs.com.tar / ftp2.jacobs.com / pub / iPass / Open Mobile-V2.3.0-11624-V9.000.msi / Data1.cab / _0C960BBC36DDE5342D371A6C4B58143E < prev    next >
Extensible Markup Language  |  2012-10-24  |  561b  |  14 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <startup useLegacyV2RuntimeActivationPolicy="true">
  4.     <supportedRuntime version="v4.0.30319" sku="Client" />
  5.     <supportedRuntime version="v2.0.50727" />
  6.   </startup>
  7.   <!-- required setting in order to handle hotspots that have badly formed HTTP headers
  8.        .NET doesn't allow this setting at thread level, so setting at process/assembly level -->
  9.   <system.net>
  10.     <settings>
  11.       <httpWebRequest useUnsafeHeaderParsing="true" />
  12.     </settings>
  13.   </system.net>
  14. </configuration>